home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / client / include / errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-12  |  266 b   |  15 lines

  1. #ifndef _ERRORS_H
  2. #define _ERRORS_H
  3.  
  4. __BEGIN_DECLS
  5.  
  6. /* [in alphabetical order] */
  7.  
  8. #define AUTHERROR     "Error authenticating."
  9. #define MAXSUBIDERROR "Too many sub-IDs already connected."
  10. #define PINGERROR     "Wrong response."
  11.  
  12. __END_DECLS
  13.  
  14. #endif /* _ERRORS_H */
  15.